Build/installation instructions for the check_eventlog plugin.
--------------------------------------------------------------
1. Build the executable file by running make.
2. Copy the file check_nteventlog to the libexec direcory
   of NetSaint.
3. Configure NetSaint's hosts.cfg and include the 
   check_eventlog plugin with correct parameters (which
   you can check by running check_eventlog from the command-line).
4. Copy the file eventlog.conf to the etc directory of NetSaint,
   and configure it with all NT servers you want to check.
   Further descriptions are included in eventlog.conf.
5. Also make sure that the file ntpasswd exist in he etc 
   directory of NetSaint. This file contains the password which
   is neccessary to communicate with the NT server.  You have to
   make this file on your own if it does not exist and type the 
   the correct password on the first line (no leading spaces or tabs!)
   (e.g. 'echo SECRET > ntpasswd)
6. Restart NetSaint to make it include the new plugin.